This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Ethan Asafoovitchoopsi 4.Jul.03 11:03 AM a Web browser Domino Designer6.0Windows 2000
In my inbox, I have a button, that copies a mail into another document in another database. Before the mail is copied, users can change some information in a dialogbox. In this dialogbox, I "inherit" some values of the mail (subject, sendto, copyto).
Since we have moved to R6 this doesn't seem to work anymore for mails that come from the internet. The values subject, sendto and copyto are empty in my dialogbox. When we use an internal mail, the values in the dialogbox are filled.
When I compare an internal with an external incoming mail, I notice that the field subject in an internal mail is plain text, where as the field subject in an external mail has some flags as shown below:
Field Name: Subject
Data Type: RFC822 Text
Data Length: 71 bytes
Seq Num: 2
Dup Item ID: 0
Field Flags: SUMMARY
RFC822 Type: TEXT
RFC822 Flags: STRICT
Native Value:
"Re: en nog een vraagske"
RFC822 Header Name:
"Subject"
RFC822 Header Delimiter:
": "
RFC822 Header Body:
52 65 3A 20 65 Re: e
6E 20 6E 6F 67 n nog
20 65 65 6E 20 een
76 72 61 61 67 vraag
73 6B 65 0D 0A ske..
How can I access the simple value of subject for this mail?